home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7066 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  740 b 

  1. Path: news.compusult.nf.ca!usenet
  2. From: "Barry A. Ryan" <bryan@public.compusult.nf.ca>
  3. Newsgroups: comp.lang.c
  4. Subject: Help With Pointers
  5. Date: 18 Feb 1996 03:45:23 GMT
  6. Organization: Compusult Limited, St. John's, NF, Canada
  7. Message-ID: <4g67cj$6cv@hobbes.compusult.nf.ca>
  8. NNTP-Posting-Host: ts01_p08.remote.nfld.com
  9.  
  10. Hi
  11.  
  12. Is there any way to assign a char pointer to a float pointer?
  13.  
  14. I had to do some byte rotation on binary data.  I rotated 
  15. the characters and know want to point a float at the first
  16. character position to read back a 4 byte float.
  17.  
  18. I'am actually trying to read SGI binary data with a PC.  I've been told
  19. that the SGI bytes ( not bits ) are rotated versus a PC.  Any help 
  20. would be appreciated. Are the bytes rotated?
  21.  
  22.  
  23.